﻿
/*Inbox*/
.component > .content {
	overflow:visible;
}

.messageheader select {
	min-width: 50px;
	width: auto;

}

ul.MessageList.list.hoverable.collapsible .SingleMessage .ReplyButton a.button {
	border-style: solid;
	border-width: 1px;
}

ul.MessageList  .SingleMessage .actionButtons a {
  padding-left: 10px;
}

ul.MessageList {
	margin: 0 auto;
	width: 100%;
}

ul.MessageList > li.SingleMessage {
	padding: 0.3rem 0.5rem 0.5rem;
	margin: 0;
	position: relative;
	vertical-align: top;
	-moz-transition: all .5s ease, background-color .5s;
	-o-transition: all .5s ease, background-color .5s;
	-webkit-transition: all .5s ease, background-color .5s;
	transition: all .5s ease, background-color .5s;
	overflow: hidden;
}
/* See QAN 3933845. */
ul.MessageList > li.SingleMessage:first-child {
	padding-top: 0.3rem;
}

li.SingleMessage .indeterminateLinkWarning {
	padding: 1%;
	margin-left: calc(42px + 1%);
	margin-bottom: 5px;
	width: auto;
	border-radius: 4px;
}

ul.MessageList > li.collapsed:hover {
	cursor: pointer;
}

ul.MessageList li.SingleMessage.hidden {
	display: block !important;
	height: 0 !important;
	padding: 0;
	margin: 0;
	border: solid 0 transparent;
	opacity: 0;
	visibility: hidden;
}

ul.MessageList li.SingleMessage.hidden a {
	display: none;
}

.MessageList .SingleMessage.collapsed .head {
	z-index: 101;
	-moz-transition: opacity ease 1s;
	-o-transition: opacity ease 1s;
	-webkit-transition: opacity ease 1s;
	transition: opacity ease 1s;
}

.MessageList .SingleMessage.Read.collapsed:hover .popupiconcontainer,
.MessageList .SingleMessage.Read.collapsed:focus .popupiconcontainer,
.MessageList .SingleMessage.JustRead.collapsed:hover .popupiconcontainer,
.MessageList .SingleMessage.JustRead.collapsed:focus .popupiconcontainer {
	opacity: .25;
}

.MessageList .SingleMessage.collapsed .popupiconcontainer:hover {
	opacity: 1 !important;	/*override */
}


.MessageList .SingleMessage.collapsed:focus .inlinedelete,
.MessageList .SingleMessage.collapsed:hover .inlinedelete,
.MessageList .SingleMessage.collapsed .inlinedelete:focus {
	display: inline-block;
	opacity: 1;
	z-index: 100;
}

.MessageList .SingleMessage.collapsed,
.MessageList .SingleMessage .head {
	height: 3.1rem !important;
}

.MessageList .SingleMessage.collapsed .print.otherbutton,
.MessageList .SingleMessage.collapsed .ExpandedSummary {
	display: none;
}

/*this allows the popup to be visible outside of the individual message while it is being displayed*/
.allowOverflow ul.MessageList > li.SingleMessage.expanded {
	overflow: visible;
}

.MessageList .SingleMessage.collapsed .inlinedelete {
	opacity: 0;
}

ul.MessageList > li:last-child::after {
	height: 0;
}

.MessageList > li .head {
	position: relative;	
	width: 100%;
	display: inline-block;
	overflow: hidden;
	-ms-word-break: break-word;
	word-break: break-word;
}
.BeforeList label.unfiltered {
	margin-left:8px;
}
.MessageList > li.collapsed:hover .head::after {
	height: 0;
}

.MessageList .SenderDetails {
	display: inline-block;
	width: 20%;
	margin: 0 1%;
}

.SingleMessage .popupinstructionsicon {
	transition: all .5s;
}


.MessageList .SenderDetails .SenderName {
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.MessageList .SenderDetails .SenderName, 
.MessageList .SenderDetails .Date{
	display: block;
}

.MessageList .head span {
	vertical-align: middle;
	-ms-word-break: break-word;
	word-break: break-word;
}

.MessageList .head > span {
	display: inline-block;
}

ul.MessageList > li .head img.photo,
ul.MessageList > li .head span.photo,
ul.MessageList > li .ReplyButton .photo {
	border-radius: 21px;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
}

ul.MessageList > li .ReplyButton .photo {
	height: 43px;
	position: relative;
	z-index: 99;	
	vertical-align: middle;
}

ul.MessageList > li .head span.photo {
	width: 42px;
	padding: 10px;
}

ul.MessageList li .SenderDetails .Organization {
	display: none;
}

ul.MessageList li .SenderDetails .Date {
	font-size: 0.85em;
}


.MessageList .Viewers ul {
	margin: -12px 0 0 0;
}

.MessageList .Viewers ul li {
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 0.9em;
}

ul.MessageList li .Viewers .label {
	font-size: 0.7em;
	top: -8px;
	position: relative;
}

ul.MessageList li .actionButtons {
	position: absolute;
    right: 1px;
	margin-top: 2px;
}

ul.MessageList li .head .actionButtons a {
	padding: 5px;
}

ul.MessageList li .head .actionButtons a img {
	width: 23px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.1rem;
}


ul.MessageList li.Unread .SenderDetails,
ul.MessageList li.Unread .Subject {
	font-weight: bold;
	-ms-word-break: break-word;
	word-break: break-word;
}

ul.MessageList li.Unread.JustRead .SenderDetails,
ul.MessageList li.Unread.JustRead .Subject {
	font-weight: normal;
}

ul.MessageList li.collapsed:focus {
	outline: none;
}

ul.MessageList li.collapsed .MessageDetails {
	opacity: 0;
}

ul.MessageList li .MessageDetails,
ul.MessageList li .PastReplies,
ul.MessageList li .ReplyButton {
	margin-left: calc(42px + 1%);
	display: block;
	padding-left: 1.5%;
	position: relative;
	width: auto;
	margin-bottom: 2.5em;
}

ul.MessageList li span.ReplyButton {
    line-height: 42px;
    margin-top: 1rem;
    padding: 0; 
	margin-bottom: 8px;
}

.MessageList .ReplyButton.disabled {
	opacity: .5;
}

.MessageList .ReplyButton .button {
	display: inline-block;	
	margin-left: -10px;
	line-height: 1rem;
	position: relative;
	padding: 7px 11px 7px 14px;
	z-index: 98;
	vertical-align: middle;
}

/*hide it AFTER the collapsed is done to prevent it immediately
  vanishing and make it not focusable (tabable to) once it is
  fully collapsed.
*/
.MessageList .collapsed .MessageDetails a,
.MessageList .collapsed .ReplyButton {
  visibility: hidden;
  -moz-transition: visibility ease .1s;
  -o-transition: visibility ease .1s;
  -webkit-transition: visibility ease .1s;
  transition: visibility ease .1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}


.MessageList .ReplyButton .button.disabled {
	background-color: white;
	border-style: solid;
	border-width: 1px;
	cursor: default;
	margin-right: 10px;
}

div.orgicon {
    width: 20px;
}

ul.MessageList li .MessageDetails::before {
	width: 1px;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}

ul.MessageList .MessageDetails h3 {
	padding-top: 0.15rem;
}

.MessageList .SingleMessage.collapsed.waiting .head {
	opacity: 0.1;
}

.MessageList .SingleMessage.collapsed.waiting::after {
	content: "";
    position: absolute;
    left: 50%;
	top: 0.5rem;
	opacity:1;
	width: 2.5rem;
    height: 2.5rem;
    background-image: url("../images/spinner64.gif");
    background-repeat: no-repeat;
    background-size: 2.5rem;
}

.MessageList .MessageDetails > span {
	display: block;
}

.MessageList .MessageDetails .Tasks ul li,
.MessageList .MessageDetails .Attachments ul li
 {
	display: inline-block;
	margin:0.2rem 0.5em 0.2rem 0;
}


.BeforeList {
	position: relative;
	display: inline-block;
}


.SearchList::-ms-clear {
    display: none;
}

.BeforeList input.SearchList {
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 0;
    min-width: 20%;
    padding: 5px 40px 5px 10px;
	font-size: .9em;
	line-height: 1rem;
	margin-top: 6px;
}

.BeforeList label {
	margin: 0 0.5em 0 0;
}

.BeforeList select {
	border: 0;	
	background: transparent;
	margin: 0 1em 0 0;
}

.messagefooter {
	text-align: center;
}


.messagefooter > .inlineloading + .content {
	display: none;
}

.messagefooter > .inlineloading.hidden + .content {
	display: inline-block;
}

.afterList a.loadmore {
	cursor: pointer;
    display: inline-block;
    font-size: 1rem;
	margin-bottom: 0.3rem;
	font-weight: bold;
	margin-top: 20px;
}

.afterList .newline {
	display: block;
}

.externalorglabel {
	width: calc(100% - 2rem);
	display: inline-block;
	vertical-align: top;
}


.message.component .content {
	padding: 5px;

}

.MessageList .SingleMessage .MessageSummary,
.MessageList .SingleMessage.collapsed .ExpandedSummary {
	display: none;
	overflow: hidden;
}

ul.MessageList .SingleMessage.collapsed .MessageSummary {
  width: 65%;
}

ul.MessageList .SingleMessage .ExpandedSummary {
  width: 58%;
}

ul.MessageList .SingleMessage.collapsed .MessageSummary,
ul.MessageList .SingleMessage .ExpandedSummary {
	display: inline-block;
	overflow: hidden;
		-ms-word-break: break-word;
	word-break: break-word;
	vertical-align: top;
}

ul.MessageList .MessageSummary span {
	margin: 0 0.5em;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}


ul.MessageList span.hilite {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}
.afterList a {
    font-weight: bold;
}
img.External {
    height: 25px;
    width: 25px;
}

.orgiconimg {
  width: 25px;
  height: 25px;
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
}

.SingleMessage .InTransit {
    display: inline-block;
    position: absolute;
    right: 60px;
    bottom: 10px;
    width: 1.2rem;
}

.orgicon {
    display: inline-block;
    position: absolute;
    right: 2%;
    top: 1%;
    width: 5%;
}

div.orglabel {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-left: 15px;
}

.MessageList .SingleMessage .tooltipcontainer {
  right: 20px;
  bottom: 10px;
  text-align: right;
  position: absolute;
  width: auto;
}

.messageheader .labelinput, 
.messageheader .labelinput label,
.messageheader .labelinput input {
	display: inline-block;
	width: auto;
}

ul.MessageList .SenderDetails {
	vertical-align: middle;
}

ul.MessageList li.Unread .SenderDetails .Date {
	font-weight: normal;
}

ul.MessageList .RecipientName {
	max-height: 2.3rem;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.ReviewMessages .container {
	max-height: none;
}

.ReviewMessages .messages {
	overflow: visible;
	max-height: none;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	height: auto;
}



.BeforeList .actionlinks span {
	float: left;
}

.BeforeList .actionlinks a {
  padding-left: 10px;
}

.BeforeList .actionlinks a.undelete {
	-moz-animation: expandFromRight 0.5s;
	-o-animation: expandFromRight 0.5s;
	-webkit-animation: expandFromRight 0.5s;
	animation: expandFromRight 0.5s;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	-webkit-transform-origin: right;
	transform-origin: right;
}

@-moz-keyframes expandFromRight {
        from {-moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); -webkit-transform: rotateY(90deg); transform: rotateY(90deg);}
        to {-moz-transform: rotateY(0); -ms-transform: rotateY(0); -o-transform: rotateY(0); -webkit-transform: rotateY(0); transform: rotateY(0);}
}

@-webkit-keyframes expandFromRight {
        from {-moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); -webkit-transform: rotateY(90deg); transform: rotateY(90deg);}
        to {-moz-transform: rotateY(0); -ms-transform: rotateY(0); -o-transform: rotateY(0); -webkit-transform: rotateY(0); transform: rotateY(0);}
}

@keyframes expandFromRight {
        from {
			-moz-transform: rotateY(90deg); 
			-ms-transform: rotateY(90deg);
			-o-transform: rotateY(90deg); 
			-webkit-transform: rotateY(90deg); 
			transform: rotateY(90deg);
        }
        to {
			-moz-transform: rotateY(0); 
			-ms-transform: rotateY(0); 
			-o-transform: rotateY(0); 
			-webkit-transform: rotateY(0); 
			transform: rotateY(0);
        }
}


.ReviewMessages .messageheader {
	overflow: visible;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
  margin-bottom: 10px;
}

.ReviewMessages .messageheader.hidden {
	height: 0;
	display: inline-block !important;	
	opacity: 0;
}

.newmessages span,
 .newmessages a {
	text-align: center;
}

.md_review_index #sidebar .externalorgnotice {
  padding-bottom: 18px;
}


.ReviewMessages .messageheader .tabs input + label {
  cursor: pointer;
}

.ReviewMessages .messageheader .tabs input {
  opacity: 0;
  width: 0;
}

.ReviewMessages .messageheader .tabs input:checked + label {
	border-bottom-width: 3px;
	border-bottom-style: solid;
  cursor: default;
}

.ReviewMessages .messageheader .tabs input:focus + label {
  outline: #000 dotted  1px;
}


.messageheader .actionlinks {
  text-align: right;
  padding: 6px 2px 0 10px;
}

.ReviewMessages .messageheader .filters {
  padding: 4px 10px 8px 22px;
  margin-top: 2px;
  margin-left: -22px;
  width: 104%;
  border-top-style: solid;  
  border-top-width: 1px;
}


.ReviewMessages .messageheader .filters label {
	margin-left: 10px;
}
.ReviewMessages .messageheader .filters div,
.ReviewMessages .messageheader .filters select {
  margin-right: 8px;
}

.BeforeList input,
.BeforeList select {
	display: inline-block;
	margin: 0;
	font-size: 1em;
}

.BeforeList input.noprint.imgbutn {
	position: absolute;
	right: 0;
	top: 7px;
	border: 0;
	display: inline-block;
	background: none;
}

.BeforeList div.search {
  width: auto;
	height: 1.9rem;
  display: inline-block;
  position: relative;
}


.messageheader .filters select {
  max-width: 250px;
}

.BeforeList > div {
  display: block;
}

.BeforeList .tabs input:focus + label {
	outline: -webkit-focus-ring-color auto 1px;
}

ul.MessageList li.SingleMessage.collapsed  .InTransit {
  opacity: 0;  
}

ul.MessageList li.SingleMessage .InTransit,
ul.MessageList li.SingleMessage .tooltipcontainer {
  opacity: 1;
  -moz-transition: opacity.5s ease;
  -o-transition: opacity.5s ease;
  -webkit-transition: opacity.5s ease;
  transition: opacity.5s ease;
  z-index: 100;  
}

.list.hoverable.collapsible li.SingleMessage.collapsed:focus .head a,
.list.hoverable.collapsible li.SingleMessage.collapsed:hover .head a {
  background-color: transparent;
}

.MessageList .SingleMessage .Tasks li img {
  max-width: 21px;
}

.MessageList .SingleMessage .Tasks li > a,
.MessageList .SingleMessage .Tasks li > span {
  display: inline-block;
  position: relative;
  top: -5px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.MessageList .SingleMessage .Tasks li > span > a {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}


.SingleMessage .popupiconcontainer {
	position: absolute;
	bottom: 5px;
	right: 25px;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

#sidebar div a img.assistiveicon {
	max-width: 45px;
	margin-bottom: 18px;
}

#sidebar div a:focus {
	outline: none;
}

#sidebar div a:focus img.assistiveicon {
	outline: solid 1px;
}

.messages.component .component.inlineloading {
	margin: 0;
}

/* Replies */
.section .content .confMessage {
	background: #F2F2F2;
	border-color: #DBDBDB;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	color: #555;
	padding: 0.125rem;
	text-align: center;
}

/* Letters */
.section.letter {
	padding: 1.25rem 1.75rem;
}